public String getLargePreferencesPath() {
Response response = executeMessage(DesktopUtilsMessage.GET_LARGE_PREFERENCES_PATH, null);
DesktopPath.Builder pathBuilder = DesktopPath.newBuilder();
buildPayload(response, pathBuilder);
DesktopPath stringPath = pathBuilder.build();
return stringPath.getPath();
}