using System.Collections.Generic; public interface IEnvironmentContextData { IEnumerable> GetRuntimeEnvironmentVariables(); }