static S snippetURLWithTitle(S id) { ret id == null ? null : snippetURL(id) + " - " + snippetTitle(id); }