public NotificationBuilder isSeen(boolean isSeen) {
   notification.setSeen(isSeen);
   return this;
 }