@override Future<void> deleteConversation(String conversationId) async { _conversations.remove(conversationId); _messages.remove(conversationId); }