GaudiConfig2: Fix unpickling of derived Configurables
Do not call __init__
during unpickling as that method may have been
overridden in derived classes. Instead set the properties directly. Also add a unit test for this case.
Fixes issue #124 (closed).