private IEnumerable <Uri> UrisByStatus(SpiderPageStatus status) => Uris .Where(x => x.Value == status) .Select(x => x.Key) .OrderBy(x => x.ToString());