function handleResult(WebResponse $response)
 {
     $response->write($this->content)->finish();
 }
 function handleResult(WebResponse $response)
 {
     $result = $this->view->render();
     $response->write($result)->finish();
 }