new Stop(box).call();
}
verifySignature();
final Snapshot snapshot = Snapshot.POST_PROVISIONING;
if (box.exists()) {
box.powerOff();
if (box.getSnapshots().contains(snapshot)) {
LOGGER.info("restoring '" + box.getName() + "' from snapshot " + snapshot);
box.restoreSnapshot(Snapshot.POST_PROVISIONING);