public static int GetInsuredCalculationsTypeValue(this CustomerOrder.InsuredCalculationsTypeEnum orderType)
 {
     return(CustomerOrder.InsuredCalculationsTypeToValue(orderType));
 }