// Used for retrieving the stored portal configuration
DataStorage dataStorage;
public SiteRedirectServiceImpl(DataStorage dataStorage, NavigationService navService) throws IOException {
this.dataStorage = dataStorage;
this.redirector = new Redirector();
this.mapper = new Mapper(navService);
}