public static IGoodIdentificationTypeCommand ToCreateOrMergePatchGoodIdentificationType(this GoodIdentificationTypeStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchGoodIdentificationType <CreateGoodIdentificationTypeDto, MergePatchGoodIdentificationTypeDto>());
 }