public StorerModuleTest(TypeLiteral<?> storerInterface, Class<?> storerImplementation) {
this.storerInterface = storerInterface;
this.storerImplementation = storerImplementation;
this.injector = Guice.createInjector(
new StorerModule(), new StoreNamesModule(), new ConverterModule(), new MergerModule());
}