public static CookieNamesUnmarshaller GetInstance()
        {
            if (instance == null)
            {
                instance = new CookieNamesUnmarshaller();
            }

            return(instance);
        }