namespace Tiger.Game.Catalogue; public interface ICatalogueManager { public IDictionary Pages { get; } Task LoadPagesAsync(); }