public static PacketYAFM reconstructPacket(Packet250CustomPayload packet) {
   return PacketYAFM.reconstruct(packet.data);
 }