namespace ErsatzTV.Application.Scheduling;
public record TemplateGroupViewModel(int Id, string Name, int TemplateCount);