public async Task <bool> IsMatchAsync(string remoteUrl)
 {
     return(await _server.MatchAsync(UrlHelpers.Normalize(remoteUrl)) is not null);
 }