namespace ErsatzTV.Application.Playouts
{
public record PlayoutChannelViewModel(int Id, string Name);
}