public async Task <Channel> AddUserChannel(int userId, Channel channel) { return(await _channelService.AddUserChannel(userId, channel)); }