public Small2BigAction(Type t) { this.SetTargetType(t); }
public Big2SmallAction(Type t) { this.SetTargetType(t); }