responseFactory->createResponse(200) ->withHeader('Content-Type', 'text/plain; charset=UTF-8') ->withBody($this->streamFactory->createStream($body)); } }