protected void configure() {
install(new UnauthorizedModule());
install(new LoginMobileModule());
install(new ManufacturerMobileModule());
install(new CarsMobileModule());
install(new RatingMobileModule());
install(new WidgetModule());
install(new ReportMobileModule());
// TODO should we make a messaging module for mobile
install(new MessagesModule());