public static InteractiveForm.FormAttributeValue ToEntity(this InteractiveFormAttributeValueModel model, InteractiveForm.FormAttributeValue destination)
 {
     return(model.MapTo(destination));
 }
 public static InteractiveForm.FormAttributeValue ToEntity(this InteractiveFormAttributeValueModel model)
 {
     return(model.MapTo <InteractiveFormAttributeValueModel, InteractiveForm.FormAttributeValue>());
 }