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