public string Get()
 {
     return(_cache.Execute <string>(x =>
     {
         return x.StringGet("key");
     }));
 }