# Functions
LoadConfigFile will take the `config-<environment>.yaml` file and provide the configuration manager allowing access to configuration data.
LoadConfigFileWithPath will take the path `config-<environment>.yaml` file and provide the configuration manager allowing access to configuration data.
# Interfaces
ConfigArrayGetter is responsible for parsing and getting config values that are represented as.
ConfigStringGetter is responsible for allowing getting of loaded configuration from the implemented types.
ConfigStringGetterWithDefault is responsible for allowing getting of loaded configuration from the implemented types.