namespace ErsatzTV.Application.Scheduling; public record BlockTreeBlockGroupViewModel(int Id, string Name, List Blocks);