public bool Exists(string key)
 {
     return(_helper.KeyExists(key));
 }