public function __construct(ResponseInterface $response)
 {
     $this->response = $response;
     $this->responseData = $this->response->getData();
 }