/// <summary> /// To get the checklist heat map questions id. /// </summary> /// <returns></returns> public List <string> GetChecklistHeatMapQuestions() { try { return(_checkListRepository.GetChecklistHeatMapQuestions()); } catch (Exception ex) { _logger.Log(ex, LogLevel.Error, ex.Message); return(new List <string>()); } }