/**
  * {@inheritDoc}
  */
 public function getReference($documentName, $id)
 {
     return $this->wrapped->getReference($documentName, $id);
 }