// GET api/questions/5 public string Get(int id) { return(_questionnaireService.GetQuestionByID(id)); }