namespace ZB.MOM.WW.MxGateway.Server.Configuration;
///
/// Provides the effective gateway configuration, applying defaults and validations.
///
public interface IGatewayConfigurationProvider
{
///
/// Returns the validated and effective gateway configuration.
///
EffectiveGatewayConfiguration GetEffectiveConfiguration();
}