public function testInitialization()
 {
     $model = new Categories('SOMETOKEN');
     $this->assertNotEmpty($model->getEndpoint());
 }
 public function testInitialization()
 {
     $model = new Categories(new SandBoxMode(), new AccessTokenBlackholeStorage('SOMETOKEN'));
     $this->assertNotEmpty($model->getEndpoint());
 }