// Follow assignment use order of values in relation to our list of key names!
DBG_ASSERT(!(lNames.getLength()!=lValues.getLength()),"SvtCommandOptions_Impl::SvtCommandOptions_Impl()\nI miss some values of configuration keys!\n");
DBG_ASSERT(!(lNames.getLength()!=lValues.getLength()),"SvtCommandOptions_Impl::Notify()\nI miss some values of configuration keys!\n");
// Copy values from list in right order to ouer internal member.
// Attention: List for names and values have an internal construction pattern!