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