private IcMaster icMaster;
@Override
protected void configure() {
install(new GuiceBerryModule());
bind(GuiceBerryEnvMain.class).to(PetStoreServerStarter.class);
// !!!! HERE !!!!
icMaster = new IcMaster()
.thatControls(StaticMapInjectionController.strategy(),
Key.get(Pet.class, Featured.class));