14151617181920
// STUB } public Weather getWeather(String sessionId, boolean celsius, String countryName, String cityName) { // STUB return new Weather(); }