<PackageReference Include="Microsoft.Extensions.Options" Version="11.0.0-preview.2.26159.112" />
Microsoft.Extensions.Options.OptionsWrapper<TOptions>
Wraps the options instance.
public TOptions Value {
get; }
Gets the options instance.
Initializes the wrapper with the options instance to return.