namespace Toolkit.Foundation; public interface IConfiguration where TConfiguration : class { TConfiguration Value { get; } }