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