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