namespace ErsatzTV.Core.Scheduling.YamlScheduling; public class YamlPlayoutCountInstruction : YamlPlayoutInstruction { public int Count { get; set; } }