/**
  * {@inheritdoc}
  */
 public function withBody(StreamInterface $body)
 {
     return $this->response->withBody($body);
 }