services.AddScoped(typeof(Test));service
//services.AddScoped<Test>() // .AddScoped<ITest, Test>(s => s.GetService<Test>());vi