public function testResponseCanBeCreatedFromHttpResponse()
 {
     $response = Result::fromHttpResponse($this->getHttpResponse());
     $this->assertInstanceOf(Result::CLASS, $response);
 }