/**
  * Can be used as hook before a command is executed.
  *
  * @return void
  */
 public function onBeforeExecute()
 {
     parent::onBeforeExecute();
 }