/**
  * Sends content for the current web response.
  *
  * @return Response
  */
 public function sendContent()
 {
     return parent::sendContent();
 }