Describe the problem this feature would solve
Related to #72, RoamingSettings have been deprecated by the Windows platform and there is a need for an alternative.
Describe the solution
Integrate with the RoamingSettings constructs of #72 and #73, and create a new OneDriveDataStore to manage roaming settings via files in OneDrive.
var settings = new RoamingSettings(DataStore.OneDrive);
Additional context & Screenshots
There is a working example in Ambie that we can reference:
https://github.com/jenius-apps/ambie/blob/main/src/AmbientSounds/Services/SyncEngine.cs