public HttpResponseMessage VRead(string type, string id, string vid) { ResourceEntry entry = service.VRead(type, id, vid); return(Request.ResourceResponse(entry)); }