FenceExitedEvent

fun FenceExitedEvent(    fenceId: UUID,     fenceName: String,     distance: Double,     distanceRequired: Double,     dwellTime: Long,     locations: List<LocationDetails>,     applicationState: AppState,     eventTime: Instant = Instant.now(),     localEventTime: String = eventTime.toLocalEventTimeString())