// Update is called once per frame
 public void Update()
 {
     checkAccessTokenValidity();
     _publisher.Update();
 }