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