protected async Task DeleteConversation(Conversation conversation) { await ConversationService.DeleteAsync(conversation); }