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