public Endpoint TryGetEndpoint(Uri uri) { return(Endpoints.TryRetrieve(uri, out var endpoint) ? endpoint : null); }