/**
  * @desc Returns full sample file's path
  *
  * @param string $name component's name
  *
  * @return string full file path
  */
 public function getComponentSampleFileFullPath($name)
 {
     return $this->uiFactory->getComponentsDir() . $name . DIRECTORY_SEPARATOR . $name . self::SAMPLE_FILE_SUFFIX;
 }