public static void RaiseEvent(string key, object sender, EventBrokerEventArgs args) { EventBroker.Raise(key, sender, args); }