namespace Toolkit.Foundation; public interface IServiceProviderRequired { IServiceProvider Provider { get; } }