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