using System; namespace InABox.Integration.Awg { public interface IAwgElevation { string Name { get; set; } } }