public IEnumerable <ExtInfo> EnumerateInfos(string section) { ValidateSection(section); return(Builders.OfType <ExtInfo>().ToArray()); }