public void NearbyShouldRedirectToListWithLinks() //ok, really it should do something more useful, but you get the point
 {
     _controller.Nearby().AssertActionRedirect().ToAction("ListWithLinks");
 }