public Value UpdateValue(string workspaceId, string entity, string value, UpdateValue body) { try { var result = AssistantRepository.UpdateValue(workspaceId, entity, value, body); return(result); } catch (Exception ex) { Logger.Error("AssistantService.UpdateValue failed", this, ex); } return(null); }