@Test
 public void testDisplayStartMessage() {
   sut.displayStartMessage();
   verify(out).println("Welcome to the 21 sticks game!");
 }