<PackageReference Include="Microsoft.Extensions.Options" Version="10.0.8" />

Microsoft.Extensions.Options.IOptionsSnapshot<TOptions>

public interface IOptionsSnapshot<TOptions> : IOptions<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.