public TestableProxyResult(Type type, IFakedProxy proxy)
     : base(type)
 {
     this.Proxy = proxy;
 }
 public void SetProxy(IFakedProxy proxy)
 {
     this.Proxy = proxy;
 }
 public TestableProxyResult(Type type, IFakedProxy proxy)
     : base(type)
 {
     this.Proxy = proxy;
     this.ProxyWasSuccessfullyCreated = true;
 }
 public TestableProxyResult(Type type, IFakedProxy proxy)
     : base(type)
 {
     this.Proxy = proxy;
     this.ProxyWasSuccessfullyCreated = true;
 }