namespace Toolkit.Foundation; public interface IConfigurationDescriptor where TConfiguration : class { TConfiguration Value { get; } string Section { get; } }