@SuppressWarnings("rawtypes")
@Override
protected void configure() {
install(new ObjectosComunsSitebricksModule());
install(new ObjectosComunsSitebricksJsonModule());
bind(BaseUrl.class).to(FakeBaseUrl.class);
bind(ConverterRegistry.class).toInstance(
new StandardTypeConverter(ImmutableSet.<Converter> of()));
}