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