public TxMsg(MsgType msgType, IMsgValue value) { this.type = msgType.GetMsgType(); this.value = value; }