@Test(expected = IllegalArgumentException.class)
 public void testAuthenticateTMForInstance_NullUser() throws Throwable {
   authService.authenticateTMForInstance(CTRL_ID, "service1", null);
 }