Is there an existing issue for this?
Describe the bug
If I have e.g. https endpoint that I want to have two links for (different paths), s.a.:
.WithUrlForEndpoint("https", u => { u.DisplayText = "Client portal"; u.DisplayOrder = int.MaxValue; })
.WithUrlForEndpoint("https", u => { u.DisplayText = "Secrets API portal"; u.Url = $"{u.Url}/scalar/v1"; u.DisplayOrder = int.MaxValue - 1; })
It ends up being just:

Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version info
No response
Anything else?
No response