public static async Task <StorageFolder> GetBackupFolderAsync() { return(await FileSystemUtility.GetOrCreateAppFolder("BackupFiles")); }