public Tlcs90State(Tlcs90Architecture arch) { this.arch = arch; }
public Tlcs90State(Tlcs90State that) : base(that) { this.arch = that.arch; }