public TestClassWithDelegateFactory(ITestClassFactory delegateFactory)
 {
     Factory = delegateFactory;
 }
 public TestClassWithDelegateFactory(ITestClassFactory delegateFactory)
 {
     Factory = delegateFactory;
 }