static String findSnippetNamed(String title) { List ids = findSnippetsNamed(title); return ids.isEmpty() ? null : ids.get(0); }