private void ApplyActions(IEnumerable <StorageAction> storageActions)
 {
     _securityStorage.ApplyBulkActions(storageActions);
 }