internal void Trigger(ReplyStatus status) { _channel.Trigger(new Message( @event: _refEvent, payload: new Dictionary <string, object> { { "status", status.Serialized() } } )); }