protected function _processProxyServerResponseBody(EngineBlock_Http_Response $response)
 {
     $proxyOutput = $this->_proxyServer->getOutput();
     $response->setBody($proxyOutput);
 }