conf.put(new PropertySimple("listings", false));
conf.put(new PropertySimple("max-depth", 17));
CompositeOperation cop = delegate.updateGenerateOperationFromProperties(conf, new Address());
assert cop.numberOfSteps() == 5 : "#Steps should be 5 but were " + cop.numberOfSteps();
Operation step1 = cop.step(0);
Operation step2 = cop.step(1);
Operation step3 = cop.step(2);
Operation step4 = cop.step(3);