static async Task DownloadOptionsAsync(DownloadOptions opts) { Downloader download = new Downloader(opts); await download.DownloadPackageAsync(); }