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