public MetaDataService.DeployResult WaitForDeployment(string id)
 {
     return(SalesforceRepositoryHelpers.WaitDeployResult(id, Context, new CancellationToken()));
 }
 public IEnumerable <SalesforceFileProxy> DownloadFiles(PackageEntity pe, CancellationToken cancellationToken)
 {
     return(SalesforceRepositoryHelpers.DownloadAllFilesSynchronously(pe, GetContext, cancellationToken));
 }