public function testGetPlan()
 {
     $plan = new TestEntities\PlanEntity();
     $this->assertEquals($plan, $this->adapter->getPlan($plan));
 }