private void UpdateView(DayType dt) { currentDayType = dt; weatherClient.GetWeather(currentIdentifier.city.ToLower(), HandleResponse); }