public async Task DownloadItemFileAsync(MobileServiceFile file) { var path = await fileProvider.GetLocalFilePathAsync(file.ParentId, file.Name); await fileProvider.DownloadFileAsync(itemTable, file, path); }