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