private async Task ExportCredentialsAsync() { var exportString = await _folderRepository.ExportCredentialsAsync(); await _interactionService.SaveFileAsync(exportString, "bmd_cred", "bookmarked_credentials"); }