/**
  * Get the directory where the implementation sits
  * 
  * @param string $typeIdentifier
  * @return string
  */
 protected function getImplementationDirectory($typeIdentifier)
 {
     return $this->registry->getDevImplementationDirectory($typeIdentifier);
 }