/**
  * Gets the current response content.
  *
  * @return string Content
  *
  * @api
  */
 public function getContent()
 {
     return parent::getContent();
 }