private async Task InvalidateCache(System.Guid guid)
 {
     await _cache.InvalidateEntityAsync(_cachePrefix, guid.ToString());
 }