public void ShowWebServiceInfo(string stringValidate)
 {
     Console.WriteLine("This is the Then......!!!!!");
     CheckAPIInfo.AskGlobalWeatherService("Uruguay");
     //API_Layer.CheckAPIInfo.AskGlobalWeatherService("Uruguay");
 }
 public void WebServiceRequestInfo(string city)
 {
     Console.WriteLine("This is the Given......!!!!!: '" + city + "'");
     CheckAPIInfo.getGlobalWeatherInfo();
 }