Is there an existing issue for this?
Describe the bug
After #61625 I would expect new DefaultHttpContext().Features.GetRequiredFeature<IHttpSysRequestPropertyFeature>() to work, but it throws.`
Expected Behavior
DefaultHttpContext.Features contains an IHttpSysRequestPropertyFeature.
Steps To Reproduce
new DefaultHttpContext().Features.GetRequiredFeature<IHttpSysRequestPropertyFeature>()
Exceptions (if any)
Feature 'Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestPropertyFeature' is not present.
.NET Version
.NET 10
Anything else?
No response