/// <summary>
 /// Loads a cached version of the catalog from the disk and passes it to <see cref="SetCatalog"/>.
 /// </summary>
 public void LoadCachedCatalog() => SetCatalog(_catalogManager.GetCachedSafe());