object DeCode(byte[] packet) { return(MsgCoder.ParseFrom(packet)); }
byte[] EnCode(object message) { return(MsgCoder.ToByteArray(message)); }