private void EnterContext(string context)
 {
     _context.Push(context);
     _currentPath = string.Join(Constants.KeyDelimiter, _context.Reverse());
 }