String serverSetPath,
ClientConfig zkClientConfig,
String statsURLPrefix) {
return ImmutableList.<Module>builder()
.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())