/** Set up test environment. */
 @Before
 public void setUp() {
   authService = new AuthenticationServiceImpl();
   authService.bindConfigurationService(AuthenticationMockFactory.getConfigurationService());
   authService.activate(AuthenticationMockFactory.getBundleContextMock());
 }