public void TestExtractInformationDownloadData()
        {
            WeatherInformation lWeatherInformation = new WeatherInformation(lWebAddress);

            lWeatherInformation.ExtractInfomationDownloadData();
            lWebData = lWeatherInformation.WebData;
        }