@Before
 public void setUp() {
   LOG.info("setUp");
   greeting.addGuest(new GuestImpl("Rainer", "Zufall"));
 }