// Clone constructor private WSEndpoint(WSEndpoint endpoint, string host, ushort port) : base(endpoint, host, port) { }
// Clone constructor private WSEndpoint(WSEndpoint endpoint, string host, ushort port) : base(endpoint, host, port) => _resource = endpoint._resource;