public async Task CleanUpAsync()
 {
     var sysSettings = new SystemSettingsHelper();
     await sysSettings.TurnOffHighContrastAsync();
 }