Hi there 👋
I'm using the ASP.NET integration shown in the README.
In my controller, I can access IDomainParser and perform queries successfully.
However, I cannot find a way to get the currently active cached Public Suffix version through IDomainParser or something else.
At the moment, the version is shown as:
VERSION: 2025-10-16_17-43-33_UTC
I would like to access this version information alongside DomainInfo.
Is there a way to do this?