this.configuration = configuration;
}
@Override
protected void configure() {
EncryptionStore encryptionStore = new DirectoryEncryptionStore(configuration.lookupFile("ssl.path",
"/var/fathomcloud/keystore/"));
bind(EncryptionStore.class).toInstance(encryptionStore);
bind(MessageQueueService.class).to(MessageQueueServiceImpl.class);