namespace Toolkit.Foundation; public interface IServiceScopeFactory { TService? Create(params object?[] parameters); }