public PacketHandlerAttribute(WorldServicePacketIds packetId)
     : this(Convert.ToInt32(packetId), typeof(WorldServicePacketIds))
 {
 }
 public PacketHandlerAttribute(WorldServicePacketIds packetId)
     : this(Convert.ToInt32(packetId), typeof(WorldServicePacketIds))
 {
 }