@override Future<Result<List<Map<String, Object?>>>> getAuditEvents({ int limit = 0, }) async { return _repository.getAuditEvents(limit: limit); }