private void ClearAllCacheInformation()
 {
     _token     = null;
     _auditInfo = null;
     _cache?.ClearCache();
 }