using System; namespace InABox.Logikal { public interface ILogikalPhase { string ID { get; set; } string Name { get; set; } } }