configuration = new TestProxyConfiguration();
configuration.add(ConfigurationConstants.ROOT + "locale", "en_GB");
authenticationManager = new AuthenticationManagerNoop();
authorizationManager = new AuthorizationManagerNoop();
updateNotifier = new UpdateNotifierDefault();
}