public async Task EnableAsync(string id)
        {
            await InvalidateCache(id);

            await _assetService.EnableAsync(id);
        }