* @param args
* the arguments for the path.
* @return the list of snapshot references.
*/
protected List<NamedRelatedResourceRep> getList(String path, Object... args) {
SnapshotList response = client.get(SnapshotList.class, path, args);
return defaultList(response.getSnapList());
}