AppConfig
Initializes the config data classes from the application config. Since HOCON is used for application configuration, kotlinx.serialization.hocon
is used to deserialize the config. The AppConfig.init method should be called before accessing the config values.