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