public decimal Calculate(Order order)
 {
     return(_shippingProvider.CalculateCost(order));
 }