public function testExceptionStatusCodeMatchesLastResponseStatusCode()
 {
     $this->assertEquals(500, $this->webResourceException->getResponse()->getStatusCode());
 }