It would be nice to have the number of times a password was pwned returned rather than just a true/false value as to whether it was actually pwned.
Then we could add an IsPwned method to the PwnedStore  struct to allow a user to use the old behaviour if this was desired.
I'm happy to make this change if it's something you would accept?