public static MergePatchShipmentReceiptMvoDto ToMergePatchShipmentReceiptMvo(this ShipmentReceiptMvoStateDtoWrapper state)
 {
     return(state.ToMergePatchShipmentReceiptMvo <MergePatchShipmentReceiptMvoDto>());
 }
 public static CreateShipmentReceiptMvoDto ToCreateShipmentReceiptMvo(this ShipmentReceiptMvoStateDtoWrapper state)
 {
     return(state.ToCreateShipmentReceiptMvo <CreateShipmentReceiptMvoDto>());
 }
 public static IShipmentReceiptMvoCommand ToCreateOrMergePatchShipmentReceiptMvo(this ShipmentReceiptMvoStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchShipmentReceiptMvo <CreateShipmentReceiptMvoDto, MergePatchShipmentReceiptMvoDto>());
 }