namespace SharpChat { public interface S2CPacket { IEnumerable<string> Pack(); } }