private static MutableDictionaryObject ConvertDictionary(IDictionary <string, object> dictionary)
        {
            var subdocument = new MutableDictionaryObject();

            subdocument.SetData(dictionary);
            return(subdocument);
        }