Пример #1
0
 public string Get()
 => storage.Get(KEY);
Пример #2
0
 public string Get()
 {
     return(storage.Get(KEY));
 }