public static int GetFeeTypeValue(this CustomerOrder.FeeTypeEnum orderType)
 {
     return(CustomerOrder.FeeTypeToValue(orderType));
 }