new FileStore<UriProperties>(testDirectory + File.separator + "uri",
".ini",
new UriPropertiesJsonSerializer());
// chains
PropertyEventThread thread = new PropertyEventThread("echo client event thread");
ScheduledExecutorService executorService = Executors.newSingleThreadScheduledExecutor(new NamedThreadFactory(
"echo client event thread"));
// start up the world
thread.start();
PropertyEventBus<ServiceProperties> serviceBus =
new PropertyEventBusImpl<ServiceProperties>(executorService, zkServiceRegistry);
serviceBus.register(fsServiceStore);
new ZooKeeperTogglingStore<ServiceProperties>(zkServiceRegistry,