public void GetAllUsersTest()
 {
     SmartGridContracts target = new SmartGridContracts(); // TODO: Initialize to an appropriate value
     List<UserDto> expected = null; // TODO: Initialize to an appropriate value
     List<UserDto> actual;
     actual = target.GetAllUsers();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }