public override int SaveChanges() { UpdateEntityMaps(); _auditor?.Process(this); return(base.SaveChanges()); }