internal static WorkflowHostingOptionsSection GetSection()
 {
     WorkflowHostingOptionsSection retval = (WorkflowHostingOptionsSection)ConfigurationManager.GetSection(ConfigurationStrings.WorkflowHostingOptionsSectionPath);
     if (retval == null)
     {
         retval = new WorkflowHostingOptionsSection();
     }
     
     return retval;
 }
        internal static WorkflowHostingOptionsSection GetSection()
        {
            WorkflowHostingOptionsSection retval = (WorkflowHostingOptionsSection)ConfigurationManager.GetSection(ConfigurationStrings.WorkflowHostingOptionsSectionPath);

            if (retval == null)
            {
                retval = new WorkflowHostingOptionsSection();
            }

            return(retval);
        }