public TestClass5(ITestClass1 myProperty) { this.MyProperty = myProperty; }
public TestClass2(ITestClass1 test1) { _test1 = test1; }
public TestClass2(ITestClass1 t) { this.t = t; }
public TestClass3(ITestClass1 parameter) { this.SavedProperty = parameter; }
public TestClass2(ITestClass1 testClass1) { }
public TestClass10(ITestClass1 testClass1) { this.TestClass1 = testClass1; }