public void SetUserGeoID([In] int geoId)
 {
     if (InternalNativeMethods.SetUserGeoID(geoId: geoId) == -1)
     {
         throw new LanguageRegionManagerException(message: string.Format(format: "GEO ID specified was not found on the system: {0}", arg0: geoId));
     }
 }