@override Future<Result<Meeting>> archivedConversation({required int code}) async { return await _chatRepository.archivedConversation(code: code); }