Contains all the common logic being used on other packages.
// TODO
Obtains the sanitized version of a class name. In this library context, a sanitized class name is its name in snake_case and lowercase.
Simplifies the access to metadata tags from services. This service is really helpful to write explorers.
Examples of usage can be found on:
- EventStoreCatchUpSubscriptionSubsystemExplorer
- EventStorePersistentSubscriptionSubsystemExplorer
- EventStoreProjectionSubsystemExplorer
// TODO
// TODO
// TODO