public List <AuditLogEntryDTO> Handle(GetAuditEntriesQuery query) { return(_auditLogService.GetAuditLogEntries(query)); }