public IEnumerable <string> GetKeys()
 {
     return(_inner.GetKeys());
 }