public static void PerformSomeEvent(CommandRecievedEventArgs commandRecievedEventArgs) { NotifyAllHandlerRemoved.Invoke(commandRecievedEventArgs); }
public static void NotifyAll(CommandRecievedEventArgs commandRecievedEventArgs) { NotifyAllHandlerRemoved?.Invoke(commandRecievedEventArgs); }