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