Fix crash when trying to select Harmony command without configuration.
Consolidate Named event Trigger.
4 using System.Runtime.Serialization;
5 using System.Threading;
10 public abstract class ActionType
13 public string Name { get; protected set; }
15 public string Description { get; protected set; }