public FhirResponse ConditionalDelete(string type) { Key key = Key.Create(type); return(service.ConditionalDelete(key, Request.TupledParameters())); }