@Test
    public void isUserInRole() {
        // arrange
        final User user = User.builder().role(USER).build();
        final AuthenticationService authenticationService = new AuthenticationService(userServiceMock, configurationServiceMock, healthCheckRegistryMock);