public IEnumerable <KeyValuePair <string, string> > GetAvailableScopesAndPaths()
        {
            if (_activeEvaluator != null)
            {
                return(_activeEvaluator.GetAvailableScopesAndPaths());
            }

            return(Enumerable.Empty <KeyValuePair <string, string> >());
        }