See: Components

abstract class IConfigReader {
  Future<ConfigParams> readConfig(String? correlationId, ConfigParams parameters);
}