interface ConfigFactory {
    getConfigModel(): ConfigurationModel;
}

Methods