public async Task <string> GenerateChannels()
        {
            string chanelId = await _data.GenerateChannel();

            return(chanelId);
        }