public static CreateInOutLineMvoDto ToCreateInOutLineMvo(this InOutLineMvoStateDtoWrapper state)
 {
     return(state.ToCreateInOutLineMvo <CreateInOutLineMvoDto>());
 }