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