UseCaseTestUtil.register(userCredentials, client);
UserProfileManager profileManager = new UserProfileManager(client.getDataManager(), userCredentials);
UserProfile userProfile = profileManager.getUserProfile("abc", true);
// modify the version key to trigger a version conflict (wrong based on key)
userProfile.generateVersionKey();
new FolderIndex(userProfile.getRoot(), null, NetworkTestUtil.randomString());
try {
profileManager.readyToPut(userProfile, "abc");