Called when an AMI event is received.
@override void onReadEvent(Event event) { _eventStream?.add(event); super.onReadEvent(event); }