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