public void unpersist() throws IOException { repo.remove(id()); }
void unpersist(AuthenticationInfo subject) throws IOException { repo.remove(getId(), subject); }