private getFromSession() {
    const value = sessionStorage.getItem(Referrer.storageId)
    if (value && value.length > 0) {
      return value
    }