public IPythonInterpreterFactory FindInterpreter(string id) { return(Interpreters.SingleOrDefault(f => f.Configuration.Id == id)); }