public DefaultListenerFactory(IClassDelegateFactory classDelegateFactory)
 {
     this.classDelegateFactory = classDelegateFactory;
 }
 public DefaultActivityBehaviorFactory(IClassDelegateFactory classDelegateFactory)
 {
     this.classDelegateFactory = classDelegateFactory;
 }