public override Task <int> Add(RabbitDto dto)
 {
     _auditor.AuditCreateEvent(dto);
     return(base.Add(dto));
 }