static int toKey(EnumProtocol protocol, int packetId) {
   return (protocol.ordinal() << 8) | packetId;
 }