/// <summary>
 /// Dispatch and call all the actions related to this event
 /// </summary>
 /// <param name="eventId">The event identification</param>
 /// <param name="evt">The data to be passed to the actions</param>
 public void DispatchEvent(string eventId, SimpleEvent eventData)
 {
     DispatchEvent(MessagingManager.Hash(eventId), eventData);
 }