public void RegistrarNuevo(IAggregateRoot entity, IUnitOfWorkRepository unitofWorkRepository) { unitofWorkRepository.PersistirCreacion(entity); }