/**
  * @param ComponentInterface $component
  */
 public function addComponent(ComponentInterface $component)
 {
     $this->components[$component->getComponentName()] = $component;
 }
 /**
  * @inheritdoc
  */
 public function getComponentPath()
 {
     return $this->component->getComponentPath();
 }