public boolean isBeforeArrival() {
   LocalTime now = timestampService.getCurrentTime();
   return now.isBefore(sessionContext.getArrival());
 }