So, to get the internal id for a document, I do this:
var hits= response.Hits .Select(h => { h.Source.id = h.Id; return h.Source; }).ToList();