91929394959697
{ final Event event = events.get(id); if (event != null) { return event; } throw new EventNotFoundException("Event with id: " + id + " not found"); }