public void RegistrarRemovido(IAggregateRoot entity, IUnitOfWorkRepository unitofWorkRepository) { unitofWorkRepository.PersistirEliminacion(entity); }