public Task <IEnumerable <ActivityDto> > GetContributionsAsync(string userId)
 {
     return(_activityLogic.GetContributionsAsync(userId));
 }