public void getWeatherDataTest()
 {
     Assert.AreEqual("something went wrong", BotLogic.getWeatherData(null, null));
     Assert.AreNotEqual("something went wrong", BotLogic.getWeatherData("Warsaw", new WeatherDataSource("CAwJoMmH2A76kfWZGUOq2U4SAQR4t72v")));
 }