static Class runDependentWithParams(S snippetID, O... params) { Class c = hotwireDependent(snippetID); setOptAll(c, params); callMain(c); ret c; }