@override Future<Result<bool>> deleteConversation(int conversationId) async { return await _chatRepository.deleteConversation(conversationId); }