/**
  * @return boolean
  */
 public function isSupported()
 {
     return $this->commandRunner->isSupported();
 }