public static CheckoutAttributeValue ToEntity(this CheckoutAttributeValueModel model, CheckoutAttributeValue destination)
 {
     return(model.MapTo(destination));
 }
 public static CheckoutAttributeValue ToEntity(this CheckoutAttributeValueModel model)
 {
     return(model.MapTo <CheckoutAttributeValueModel, CheckoutAttributeValue>());
 }