/**
  * {@inheritdoc}
  */
 public function withBody(StreamInterface $body)
 {
     //We can't use our view anymore
     $this->view = null;
     return parent::withBody($body);
 }