public function __construct(Link $link, $response)
 {
     parent::__construct($link);
     $this->response = $response;
 }