/**
  * {@inheritDoc}
  */
 public function get(Response $response, $target)
 {
     $response->setContent(file_get_contents($target));
 }