Methods to get the delta of to configurations like: var config1 = ... var config2 = ...; var configDelta = config1.GetDelta(config2);