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