public override void Actioned(HostActor actor, Action action) { action(); }
public abstract void Actioned(HostActor actor, Action action);