/// <summary>
 /// Save the info into the device using a DataService.SerializeWeather function.
 /// </summary>
 private void SaveResourceValues()
 {
     DataService.SerializeWeather(FOLDER, App.Weather, App.Weather.Name);
 }