public object GetAllChannels() { var channelsList = channelsService.GetChannelsMethod(); return(channelsList); }