namespace ErsatzTV.Application.Scheduling; public record BlockGroupViewModel(int Id, string Name, int BlockCount);