@BeforeMethod
 public void setUp() {
   inMemoryParamRepository.clearExcept("sp.manager.authz.login", "sp.manager.authz.role");
   inMemoryEventLogRepository.clear();
   paramEngine.runtimeConfiguration().getParamCache().invalidate();
 }