FenceEnteredEvent

fun FenceEnteredEvent(    fenceId: UUID,     fenceName: String,     locations: List<LocationDetails>,     crossedFences: List<CrossedFence>,     applicationState: AppState,     eventTime: Instant = Instant.now(),     localEventTime: String = eventTime.toLocalEventTimeString())