/**
  * @return void
  * @throws \Box\TestScribe\Exception\AbortException
  */
 public function pause()
 {
     $this->inputHelper->getInputString('Press enter to continue...');
 }