public function cancelPlan()
 {
     return $this->changePlan(Plan::free());
 }