public void WriteXmlTest()
 {
     Permissions target = new Permissions(); // TODO: Initialize to an appropriate value
     XElement expected = null; // TODO: Initialize to an appropriate value
     XElement actual;
     actual = target.WriteXml();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }