/**
  * Get the identifier attribute code.
  *
  * @return string
  */
 protected function getIdentifierAttributeCode()
 {
     return $this->attributeRepository->getIdentifierCode();
 }
 /**
  * {@inheritdoc}
  */
 public function getReferenceProperties()
 {
     return array($this->attributeRepository->getIdentifierCode());
 }