public void SetWeatherExtendedValues(int waitSeconds, int durationSeconds) { string values = $"{waitSeconds}.{durationSeconds}"; _syncLocalStorage.SetItemAsString(Constants.KeyName_WeatherExtended, values); }