public void CreateVertexIntegrationTest()
        {
            Assert.Inconclusive("TODO.");

            IWrite target       = CreateIWrite();  // TODO: Initialize to an appropriate value
            uint   creationDate = 0;               // TODO: Initialize to an appropriate value

            PropertyContainer[] properties = null; // TODO: Initialize to an appropriate value
            VertexModel         expected   = null; // TODO: Initialize to an appropriate value
            VertexModel         actual;

            actual = target.CreateVertex(creationDate, properties);
            Assert.AreEqual(expected, actual);
        }