<PackageReference Include="Microsoft.Extensions.Options" Version="10.0.3" />
Microsoft.Extensions.Options.PostConfigureOptions<TOptions>
Gets the initialization action.
public string Name {
get; }
Gets the options name.
Invokes the registered initialization
Action if the
name matches.