public function runDescCommand($className)
 {
     $this->commandRunner->runCommand($this->executableFinder->getExecutablePath(), $this->getCommandArguments($className));
 }
 public function runExemplifyCommand($className, $methodName)
 {
     $this->commandRunner->runCommand($this->executableFinder->getExecutablePath(), $this->getCommandArguments($className, $methodName));
 }