public void CreateCollectionElementSetTest()
 {
     var collectionElement1 = ElementFactory.CreateCollection(
         "collection1",
         (((string Key, string Value)[])_testData.collectionStringValues1).Select(p => ElementFactory.CreateScalar(p.Key, p.Value)).ToArray()