namespace Unity.Services.Core.Environments.Internal { /// class Environments : IEnvironments { public string Current { get; internal set; } } }