Пример #1
0
 public JsonDocument Get(string key)
 {
     return(AsyncHelpers.RunSync(() => asyncServerClient.GetAsync(key)));
 }