namespace Core.Configurations { public interface IConfigurationRoot { internal List ConfigurationProviders { get; set; } } }