Vararg Event Id
class VarargEventId<D : FieldListDescription>(group: EventLogGroup, eventId: String, creator: () -> D, description: String) : BaseEventId
An event with an arbitrary number of fields.
creator - Lambda with the logic containing the event fields description.