int v = Integer.parseInt(version);
store.getStoreVersion().setContactVersion(v);
context.getFetionUser().getStoreVersion().setContactVersion(v);
}
return new AddBuddySuccessEvent(buddy);
case 404:
return new FailureEvent(FailureType.USER_NOT_FOUND);
case 520: