void OnStartChat(object sender, StartChatEventArgs e) { var convo = conversations.CreateConversation(e.Contact); SwitchToConversation(convo); }