static void addAndRunLibrary(S snippetID, S... args) { addLibrary(snippetID); runLibrary(snippetID, args); }