Handles the loading and reloading of a configuration file into an instance of type T.
Utility for loading and managing configurations.
Converts this ConfigurationSection to an instance of type T.
Gets the configuration section at the specified key and converts it to type T.
Gets the configuration section at the specified key, converts it to type T, and executes the runner on it.
Loads and returns the plugin's configuration as an instance of type C.
Gets the configuration section at the specified key and converts it to type T, or returns default if not found.