export class PublicSaleInvoiceKeyMaker { static invoice(id: string): string { return `publicSaleInvoices:${id}` } }