public function testGetPropertyName()
 {
     $this->assertSame('kosher', $this->object->getName());
 }
 public function addPropertyImplementation(PropertyImplementation $propertyImplementation)
 {
     $this->propertiesImplementation[$propertyImplementation->getName()] = $propertyImplementation;
     return $this;
 }