public string Get()
 => storage.Get(KEY);
Example #2
0
 public string Get()
 {
     return(storage.Get(KEY));
 }