ChannelListing public class ChannelListing Documentation public int ChannelId { get; set; } public int ChannelType { get; set; } public int Genre { get; set; } public IReadOnlyCollection<Program> Programs { get; set; } public string Title { get; set; } public ChannelListing()