public FhirResponse VRead(string type, string id, string vid) { Key key = Key.Create(type, id, vid); return(_fhirService.VersionRead(key)); }