Enters a conversation by name.
Future<void> enter(String conversationName) async { await _ctx.enterConversation(conversationName); }