}
changeSetDTO.setDrifts(drifts);
DriftServerPluginFacet driftServerPlugin = getServerPlugin();
try {
return driftServerPlugin.persistChangeSet(subject, changeSetDTO);
} catch (Exception e) {
throw new RuntimeException("Failed to pin snapshot", e);
}
}