public void AddStartupDiagnosticsSection(string sectionName, object section)
 {
     StartupDiagnostics.Add(sectionName, section);
 }