namespace Test.LightweightIocContainer.FactoryGenerator.TestClasses.Interfaces; public interface IB { C C { get; } }