public static ShippingMethodModel ToModel(this ShippingMethod entity)
 {
     return(entity.MapTo <ShippingMethod, ShippingMethodModel>());
 }