/**
  * {@inheritdoc}
  *
  * @throws RuntimeException If the current directory has not yet been set.
  */
 public function getSourceRoot()
 {
     if (!$this->innerCollection) {
         $this->loadCollection();
     }
     return $this->innerCollection->getSourceRoot();
 }