namespace Trash.Config { public interface IConfigurationProvider where T : BaseConfiguration { T? ActiveConfiguration { get; set; } } }