public void SendEvent(string eventName, Dictionary <string, string> extra = null)
 {
     EngagementAgent.SendEvent(eventName, extra);
 }