The current code do not work: ``` var context = new FakeHttpContext(); var uri = new Uri("http://www.google.com/"); //set the UrlReferrer context.Set(ctx => ctx.UrlReferrer, uri); ``` There is no `Set()` method which takes a lambda expression.