Using Web API 2.2, suppose I want to read from HttpContent twice, each time as a different type.
HttpContent
await httpContent.LoadIntoBufferAsync(); //necessar