namespace SharpChat { public interface IPacketTarget { string TargetName { get; } } }