public function testCreatePlan()
 {
     $plan = new TestEntities\PlanEntity();
     $this->assertTrue($this->adapter->createPlan($plan)->isSubscriptionSynced());
 }