ElemementMap<TYPE> that has any real value? ElementMap<TYPE> is a dictionary, and setting e.g ElementMap<IDictionary<string,string>>() would return make dotnet try to fit all vertex properties against a IDictionary<string,string> type - which only would work if all property values of the vertex are of type string.ElemementMap<object> or ElemementMap<dynamic>?