public function getBody() : StreamInterface { if (!$this->stream) { $this->stream = Utils::streamFor(''); } return $this->stream; }