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