public async Task DeleteAllConversations() { await _conversationRepository.DeleteAllConversationsAsync(); }