namespace EmbyToolbox.Views; public sealed class StyleTestTableRow { public string Name { get; set; } = ""; public string Type { get; set; } = ""; public string Codec { get; set; } = ""; public string Language { get; set; } = ""; public string Status { get; set; } = ""; }