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