/**
  * {@inheritdoc}
  */
 public function withoutHeader($header)
 {
     return $this->response->withoutHeader($header);
 }