namespace Toolkit.Foundation; public interface IInitializationScoped { void Initialize(); }