_exchangeRegistry = exchangeRegistry;
}
public DurableConfigurationStoreUpgrader getUpgrader(final int configVersion, DurableConfigurationRecoverer recoverer)
{
DurableConfigurationStoreUpgrader currentUpgrader = null;
switch(configVersion)
{
case 0:
currentUpgrader = addUpgrader(currentUpgrader, new Version0Upgrader());
case 1: