/**
  * @return bool
  */
 public function lastActionSucceeded()
 {
     return !$this->getResponse->getLastError();
 }