public async Task <List <dynamic> > GetAllAsync(Guid userId) { return((await _rewardRepository.GetAllAsync(userId)).ToList()); }