/**
  * @return string
  */
 protected function getInstancePath()
 {
     return property_exists($this, 'instancePath') ? $this->instancePath : parent::getInstancePath();
 }