public void SetSessionTokenIfEmpty(string tokenNew)
 {
     _currentContext.SetSessionTokenIfEmpty(tokenNew);
 }