namespace ErsatzTV.Core.Scheduling.YamlScheduling; public class YamlPlayoutContentItem { public string Key { get; set; } public string Order { get; set; } }