namespace Toolkit.Foundation; public interface IConfigurationInitializer where TConfiguration : class { void Initialize(); }