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