public BatchGeocoderTest()
        {
            //Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("en-us");

            batchGeocoder = CreateBatchGeocoder();
        }
		public BatchGeocoderTest() 
		{
			Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("en-us");

			batchGeocoder = CreateBatchGeocoder();
		}