namespace TLang.Common { public interface ILabelable { string Key {get;set;} int Value {get;set;} } }