WeatherAppConfig
class WeatherAppConfig(val feature: WeatherFeature, val requestCurrentWeatherIntervalSeconds: Long, val lowHighTemperatureForecastHours: Long, val locale: Locale, val updateIntervalSeconds: Long, val requestCurrentWeatherDistanceThresholdKm: Double, val weatherApiAnalyticsEnabled: Boolean)