public bool Remove(string key)
 {
     return(_helper.KeyDelete(key));
 }