public void GettingDataTest()
        {
            MyHttpClient myHttpClient = new MyHttpClient();
            var          response     = myHttpClient.GetData("https://api.openweathermap.org/data/2.5/weather?lon=2340.2642&lat=59.8944&units=metric&appid=");

            Assert.IsNotNull(response);
        }