private Neo4jPersistentProperty property(Field field) {
   return persistentEntity.getPersistentProperty(field.getName());
 }