namespace Implab.ServiceHost.Test.Mock { public interface IBox { string Name { get; } T GetBoxValue(); } }