public virtual bool PrefetchSection(string sectionGroupName, string sectionName)
 {
     return(host.PrefetchSection(sectionGroupName, sectionName));
 }