public BehaviorBlacklistException(String message, Behavior behavior) : base(message) { this.Behavior = behavior; }
public LateLinkEntry(Behavior behavior, Action action) { this.behavior = behavior; this.action = action; }