public async Task CreateConversation([Remainder] string input) { await _channelManager.CreateConversationChannel(Context, input); }