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