// Internal for unit tests
        internal string EvaluateGlobalProfileVariableKey(string key)
        {
            string retVal;

            GlobalProfileVariables.TryGetValue(key, out retVal);
            return(retVal);
        }