if (!foundSelected) {
            selectedId = this.seaerchConditions[0]._id.toString();
            this.localStorageService.set(LOCALSTORAGE_KEY.SELECTED_CONDITION_ID, selectedId);
          }