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