namespace Toolkit.Foundation; public interface IServiceFactoryRequired { IServiceFactory Factory { get; } }