public static VendorSettings ToEntity(this VendorSettingsModel model, VendorSettings destination)
 {
     return(model.MapTo(destination));
 }