public FhirResponse Document(string id) { Key key = Key.Create("Composition", id); return(_fhirService.Document(key)); }