public FakeHttpContext() { this.fakeRequest = new FakeHttpRequest(this); this.fakeResponse = new FakeHttpResponse(); }