namespace Test.LightweightIocContainer.FactoryGenerator.TestClasses; public class C { public C(string test) { } }