showPrivacyToggler: function () {
    const hiddenDueToDeprecation = this._atTwitterImportPane() && !this._userModel.hasOwnTwitterCredentials();
    const hasToBeShowed = this._atAnyImportPane() && !hiddenDueToDeprecation;
    return hasToBeShowed;
  },