<PackageReference Include="Microsoft.Extensions.Options" Version="11.0.0-preview.3.26207.106" />
Microsoft.Extensions.Options.IOptionsSnapshot<TOptions>
Used to access the value of TOptions for the lifetime of a request.
TOptions Get(
string name)
Returns a configured TOptions instance with the given name.