Get entire config object
Get config value using dot notation
Initialize the config service with validated configuration Should be called once during application startup
Reset config to original value
Optionalpath: ConfigPath<T>Optional path to reset (resets entire config if omitted)
Set config value at runtime (for runtime overrides)
ConfigService interface with dot notation support