namespace Toolkit.Foundation; public interface IConfigurationFactory where TConfiguration : class { object Create(); }