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