/**
  * Is the response OK?
  *
  * @return bool
  *
  * @api
  */
 public function isOk()
 {
     return parent::isOk();
 }