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