StaticDataResponseDto public class StaticDataResponseDto Documentation public IReadOnlyCollection<ChannelDto> Channels { get; set; } public IReadOnlyCollection<EpgGenreDto> EpgGenres { get; set; } public IReadOnlyCollection<FilterDto> Filters { get; set; } public IReadOnlyCollection<GenreDto> Genres { get; set; } public RegionDto SelectedRegion { get; set; } public StaticDataResponseDto()