public static RemoveOrderShipGroupDto ToRemoveOrderShipGroup(this OrderShipGroupStateDtoWrapper state)
 {
     return(state.ToRemoveOrderShipGroup <RemoveOrderShipGroupDto>());
 }
 public static CreateOrderShipGroupDto ToCreateOrderShipGroup(this OrderShipGroupStateDtoWrapper state)
 {
     return(state.ToCreateOrderShipGroup <CreateOrderShipGroupDto, CreateOrderItemShipGroupAssociationDto>());
 }
 public static IOrderShipGroupCommand ToCreateOrMergePatchOrderShipGroup(this OrderShipGroupStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchOrderShipGroup <CreateOrderShipGroupDto, MergePatchOrderShipGroupDto, CreateOrderItemShipGroupAssociationDto, MergePatchOrderItemShipGroupAssociationDto>());
 }