public async Task <IResultModel> AddAnswerCount(int id) { return(ResultModel.Result(await _repository.AddAnswerCount(id))); }