@Override
protected void configure() {}
protected void configureConfigurations(URL propertiesUrl) {
bind(Configuration.class).annotatedWith(Names.named("productFramework")).toProvider(
new ConfigurationProvider(ConfigurationHelper.newList(false, propertiesUrl), null));
}