public function testGetPurgeStatus()
 {
     $id = 1;
     $response = self::$client->getPurgeStatus($id);
     $this->assertEquals($response->httpStatus, 200);
     $this->assertEquals($response->purgeId, $id);
     $this->assertEquals($response->detail, 'Please note that it can take up to a minute for the status of a recently submitted request to become visible.');
 }