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