namespace SharpChat.SockChat.PacketsS2C { public interface ISockChatS2CPacket { string Pack(); } }