/// <summary>
 ///  Clear the cache on the Umbraco Media deleted notification
 /// </summary>
 public void Handle(MediaDeletedNotification notification) => ClearOnEvents();
 public void Handle(MediaDeletedNotification notification) => DeleteContainedFiles(notification.DeletedEntities);