public static void RaiseStaticEvent() { StaticEvent.SafeInvoke(null, () => new ViewModelClosedEventArgs(new TestViewModel(), true)); }