@SneakyThrows
    public void registerPrivate(UserID id, UserPrivateProfile profile) {
        log.debug("Register private {}", profile);
        try (OutputStream os = writeService.write(
            WithCallback.noCallback(access.withSystemAccess(dfsConfig.privateProfile(id))))