public ExtInfo GetInfo(string section, string key) { ValidateSection(section); return(Runners.FirstOrDefault(r => r.Key == key)); }