namespace ErsatzTV.Core.Scheduling.YamlScheduling; public class YamlPlayoutRepeatInstruction : YamlPlayoutInstruction { public bool Repeat { get; set; } }