public static CreateGoodIdentificationTypeDto ToCreateGoodIdentificationType(this GoodIdentificationTypeStateDtoWrapper state)
 {
     return(state.ToCreateGoodIdentificationType <CreateGoodIdentificationTypeDto>());
 }