public override Task Update(RabbitDto dto) { _auditor.AuditUpdateEvent(dto); return(base.Update(dto)); }