}
bind(ZookeeperClient.class).toProvider(ZookeeperClusterClientProvider.class).in(Scopes.SINGLETON);
bind(StateStore.class).to(ZookeeperStateStore.class);
SshContext sshContext;
{
String currentUser = System.getProperty("user.name");
String sshUsername = configuration.lookup("ssh.user", currentUser);
File keyFile = configuration.lookupFile("ssh.key", "~/.ssh/id_rsa");