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

            IGraphService  target = CreateIGraphService();        // TODO: Initialize to an appropriate value
            string         graphElementIdentifier = string.Empty; // TODO: Initialize to an appropriate value
            PropertiesREST expected = null;                       // TODO: Initialize to an appropriate value
            PropertiesREST actual;

            actual = target.GetAllGraphelementProperties(graphElementIdentifier);
            Assert.AreEqual(expected, actual);
        }
        public void GetAllGraphelementPropertiesUnitTest()
        {
            Assert.Inconclusive("TODO");

            Fallen8        fallen8 = null;                        // TODO: Initialize to an appropriate value
            var            target  = new GraphService(fallen8);   // TODO: Initialize to an appropriate value
            string         graphElementIdentifier = string.Empty; // TODO: Initialize to an appropriate value
            PropertiesREST expected = null;                       // TODO: Initialize to an appropriate value
            PropertiesREST actual;

            actual = target.GetAllGraphelementProperties(graphElementIdentifier);
            Assert.AreEqual(expected, actual);
        }