protected ProxyFactoryBase() { behavior = BehaviorFactory.Create(ProxyBehavior.Default); }
protected ProxyFactoryBase(ProxyBehavior behavior) { this.behavior = BehaviorFactory.Create(behavior); }