public void remove(final Long guestId) {

    guestRepository.remove(new Guest(), guestId);
  }