using Connected.Net.Endpoints; namespace Connected.Net.Server; public class ServerChangedArgs { public IEndpoint? Endpoint { get; init; } public bool IsRemote { get; init; } }