public async Task <int> QuestionTransaction(SurveyQuestions data, char action) { return(await _survey.QuestionTransaction(data, action)); }