namespace ErsatzTV.Application.Tree; public record TreeGroupViewModel(int Id, string Name, List Children, bool IsSystem = false);