using DryIoc.Microsoft.DependencyInjection;
using DryIoc;
using Microsoft.Extensions.DependencyInjection;
var container = new Container();
var services = new ServiceCollection();
services.AddOptions();
container.Populate(services);