public FhirResponse Validate(string type, string id, Resource resource) { //entry.Tags = Request.GetFhirTags(); Key key = Key.Create(type, id); return(service.ValidateOperation(key, resource)); }