@Test
  public void randomPasswordTest() {
    log.debug("randomPasswordTest()");

    assertNotNull(randomStringService.randomPassword());
  }