using System.Collections.Immutable; using System.Reflection; namespace Connected.Configuration.Environment { public interface IEnvironmentService { ImmutableList MicroServices { get; } IEnvironmentServices Services { get; } } }