public function calculateShipping()
 {
     return $this->shippingMethod->cost();
 }