/**
  * Get repository ID
  *
  * @return string
  */
 public function getId()
 {
     return ConfigManager::nameToId($this->name);
 }