getBody(); $body->write('This works too!'); return $response ->withStatus(200) ->withBody($body); } }