public void removeEntityTypeReference(EntityTypeReference entityTypeReference) {
   entityTypes.remove(entityTypeReference);
   unitOfWork.removeEntityType(identity, entityTypeReference);
 }