namespace Toolkit.Foundation; public interface IScopedServiceProvider { bool TryGet(TService service, out IServiceProvider? serviceProvider); }