public static void ClearAllCache()
 {
     DataCacheManager.RemoveByClassName(nameof(PermissionsImpl));
 }