For some reason, Request.CreateResponse is now \"red\" in VS2012 and when I hover over the usage the IDE says
Request.CreateResponse
Cannot resolve symbol \'Cre
Because this extension method lives in System.Net.Http, you just need to include it in your usings statements.
System.Net.Http
using System.Net.Http;