namespace Implab.ServiceHost.Unity { public interface ITextValue { string TypeName { get; } string Value { get; } } }