}
private List createUninstallCommandChain() {
List commandChain = new ArrayList();
GetStorageAreaCommand getStorageAreaCommand = new GetStorageAreaCommand();
commandChain.add(getStorageAreaCommand);
commandChain.add(new StopBundleCommand());
commandChain.add(new SnapshotCommand(getStorageAreaCommand));
commandChain.add(new StartCustomizerCommand());
CommitResourceCommand commitCommand = new CommitResourceCommand();