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