public Message(object tr, string key) { raw = null; this.key = key; this.tr = (TransferRate)tr; }
public Message(byte[] obj, string key) { raw = obj; this.key = key; tr = null; }