namespace SWP.Core.Configurations { /// /// Marker interface for application configurations that should be automatically registered in the DI container. /// Classes implementing this interface will be loaded from configuration and registered as singletons. /// public interface IAppConfiguration { } }