/**
  * @return ConsoleExecutionRecorder
  */
 function putLine()
 {
     $this->console->newLine();
     return $this;
 }