namespace MessengerApi.Configuration.Sources.Environment { public interface IEnvironmentConfigurationSource : IConfigurationSource { } }