public async Task <string> GetQuestionSet(int id) { log.LogEverything("Communicator.GetQuestionSet", "called"); try { return(await http.GetQuestionSet(id)); } catch (Exception ex) { throw new Exception("Communicator.GetQuestionSet" + " failed", ex); } }