public async Task <int> Stubs(HttpContent content) { return(await content.ReadAsAsyncStub <int>()); }