namespace Core.Configurations.SmartConfiguration; public interface IConfigurationRepository { Task> GetActiveConfigurations(); }