private void NewEventCallback(EventItem data) { _eventHub.AddToPublishQueue(data.ToJson(), "event"); }