public FhirResponse Everything(string type, string id = null) { Key key = Key.Create(type, id); return(_fhirService.Everything(key)); }