Exemple #1
0
 public async Task <object> Get(string key)
 {
     return(await _keyValueStorage.Read(key));
 }