namespace WingsEmu.Packets { public interface IPacketSerializer { string Serialize(T packet) where T : IPacket; } }