namespace SVSim.Database.Repositories.PackDrawTables; public interface IPackDrawTableRepository { /// Returns the draw table for , or null if not seeded. Task GetAsync(int packId); }