namespace Toolkit.Foundation; public interface IConfigurationBuilder { string? Section { get; set; } TConfiguration? Configuration { get; set; } }