protected override async Task<Stream> DownloadStreamedAsync(StorjApiClient client, string hash, string key)
 {
     return await client.DownloadStreamedAsync(hash, key);
 }
 protected override async Task<Stream> DownloadStreamedAsync(StorjApiClient client, string hash, string key)
 {
     // Do not provide the key to download the file encrypted
     return await client.DownloadStreamedAsync(hash);
 }