ChannelListings public class ChannelListings Documentation public int ChannelId { get; set; } public int ChannelType { get; set; } public int Genre { get; set; } public IReadOnlyCollection<Programme> Programmes { get; set; } public string Title { get; set; } public ChannelListings()