static Class runWithParams(S snippetID, O... params) { Class c = hotwire(snippetID); setOptAll(c, params); ret c; }