public function testCreateFromRawResponse()
 {
     $response = Response::createFromRawResponse($this->getTestResponse200());
     $this->assertSame(200, $response->getStatusCode());
 }