namespace HeuristicLab.JsonInterface { public interface ILookupJsonItem : IJsonItem { /// /// The actual name for lookup items. /// string ActualName { get; set; } } }