public List <string> GetNotifications(string userId) { return(_notificationsRepository.GetAll(userId).Select(x => x.DataJson).ToList()); }