namespace ErsatzTV.Application.Scheduling; public record ReplacePlayoutTemplate( int Id, int Index, int TemplateId, List DaysOfWeek, List DaysOfMonth, List MonthsOfYear);