namespace LyricShow.WebInterop { public class PlayingState { public string Album { get; set; } public string Artist { get; set; } public string Title { get; set; } public int PositionMs { get; set; } } }