public void markAsUnread(Preferences prefs) { setMarkedReadAt(Optional.empty()); prefs.clearMarkedReadAt(getRepoId(), getId()); }