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