.add(new StatsModule())
.add(new AppModule(clusterName, serverSetPath, zkClientConfig, statsURLPrefix))
.addAll(getExtraModules())
.add(getPersistentStorageModule())
.add(new MemStorageModule(Bindings.annotatedKeyFactory(LogStorage.WriteBehind.class)))
.add(new CronModule())
.add(new DbModule(Bindings.annotatedKeyFactory(Delegated.class)))
.add(new MigrationModule(
Bindings.annotatedKeyFactory(LogStorage.WriteBehind.class),
Bindings.annotatedKeyFactory(Delegated.class))
)