namespace DualScreenDemo.Shared { public class VideoStatus { public bool IsGraphOk { get; set; } public string LastError { get; set; } public double PositionSeconds { get; set; } public string PlayState { get; set; } } }