namespace Microsoft.AspNet.FeatureModel.Tests { public interface IThing { string Hello(); } }