namespace ErsatzTV.Application.Tree; public record TreeItemViewModel(int Id, string Name);