Metered License Applied but GetConsumptionCredit() Returns 0

var metered = new Metered();
metered.SetMeteredKey(“PUBLIC_KEY”, “PRIVATE_KEY”);

decimal consumed = Metered.GetConsumptionQuantity();
decimal credit = Metered.GetConsumptionCredit();
bool isLicensed = Metered.IsMeteredLicensed();

var doc = new Document(“test.docx”);
doc.Save(“output.pdf”);

@PiramalFinance Could you provide information about your license? What product did you purchase? This behavior can be expected if the license is unlimited.