public async Task CleanupAsync()
 {
     IStorageService storageService = new LocalStorageService();
     await storageService.DeleteFolderAsync(@"Data");
 }