public void AddListItemToQuestionList()
        {
            Setup.TimerStart($"==>{Setup.CallerName()} Started");

            Setup.TimerPrintSeconds("  seconds: ", $"\r\n<=={Setup.CallerName()} Complete");
        }
        public void AdDisplayedItemOnDisplayedItem()
        {
            Setup.TimerStart($"==>{Setup.CallerName()} Started");

            Setup.TimerPrintSeconds("  seconds: ", $"\r\n<=={Setup.CallerName()} Complete");
        }
 public void AssignNamesFromXmlDoc()
 {
     Setup.TimerStart($"==>{Setup.CallerName()} Started");
     Setup.FD.AssignElementNamesFromXmlDoc(Setup.GetXml());
     Setup.TimerPrintSeconds("  seconds: ", $"\r\n<=={Setup.CallerName()} Complete");
 }
        public void AddRemoveFooter()
        {
            Setup.TimerStart($"==>{Setup.CallerName()} Started");

            Setup.TimerPrintSeconds("  seconds: ", $"\r\n<=={Setup.CallerName()} Complete");
        }
 public void AssignXmlNames()
 {
     Setup.TimerStart($"==>{Setup.CallerName()} Started");
     Setup.FD.AssignElementNamesByReflection();
     Setup.TimerPrintSeconds("  seconds: ", $"\r\n<=={Setup.CallerName()} Complete");
 }
        public void AddProperties()
        {
            Setup.TimerStart($"==>{Setup.CallerName()} Started");

            Setup.TimerPrintSeconds("  seconds: ", $"\r\n<=={Setup.CallerName()} Complete");
        }
        public void AddSectionAsChild()
        {
            Setup.TimerStart($"==>{Setup.CallerName()} Started");

            Setup.TimerPrintSeconds("  seconds: ", $"\r\n<=={Setup.CallerName()} Complete");
        }
        public void AddQuestionAsChild()
        { //to LI, DI in List, DI, S, Q
            Setup.TimerStart($"==>{Setup.CallerName()} Started");

            Setup.TimerPrintSeconds("  seconds: ", $"\r\n<=={Setup.CallerName()} Complete");
        }
        public void DItoS()
        {
            Setup.TimerStart("==>[] Started");

            Setup.TimerPrintSeconds("  seconds: ", "\r\n<==[] Complete");
        }