public function delete(User $user, ShippingOption $shippingOption)
 {
     return $user->sells($shippingOption->getShippingPlan());
 }