Inheritance: IHttpResponseContext
 public FakeHttpOperationContext()
 {
     Request  = new FakeHttpRequestContext();
     Response = new FakeHttpResponseContext();
 }
 public FakeHttpOperationContext()
 {
     Request = new FakeHttpRequestContext();
     Response = new FakeHttpResponseContext();
 }