namespace Server; public interface IPacketHandler { public void Process(Packet packet); }