public void CreateWeatherAlerts()
        {
            IWeatherFactory      weatherFactory = new WeatherFactory(_kernel);
            List <IWeatherAlert> alerts         = weatherFactory.CreateWeatherAlerts("15217");

            Assert.IsNotNull(alerts);
        }