Beispiel #1
0
 public async Task <byte[]> Retrieve(string storageKey)
 {
     return(await _httpClient.Retrieve(storageKey));
 }