public SUTDependencyResolver(IManageFakes fake_accessor, ICreateFakeDelegates _fakeDelegateFactory)
 {
     this.fake_accessor         = fake_accessor;
     this.fake_delegate_factory = _fakeDelegateFactory;
     this.method_factory        = this.create_method_factory();
 }
 public SUTDependencyResolver(IManageFakes fake_accessor, ICreateFakeDelegates _fakeDelegateFactory)
 {
     this.fake_accessor = fake_accessor;
     this.fake_delegate_factory = _fakeDelegateFactory;
     this.method_factory = this.create_method_factory();
 }