public static Int64 DecodePacketType(Byte[] data, ref Int32 offset) { return(PacketUtil.DecodeInt64(data, ref offset)); }