@Override
 public void updateProfile(@NotNull Profile profile) {
   super.updateProfile(profile);
   initProfileWrapper(profile);
 }