suspend fun ConsulClient.fireEventWithOptionsAwait(name: String, options: EventOptions): Event
Fires a new user event
name - name of event
name
options - options used to create event
options
Return reference to this, for fluency *