}
@Provides
@Singleton
PlaceHistoryMapper providePlaceHistoryMapper(final ApplicationRequestFactory requestFactory, final ApplicationProxyFactory proxyFactory) {
final ApplicationPlaceHistoryMapper historyMapper = GWT.create(ApplicationPlaceHistoryMapper.class);
historyMapper.setFactory(new ApplicationPlaceHistoryFactory(requestFactory, proxyFactory));
return historyMapper;
}