public void InsertUsersContactDetailsTest()
 {
     SmartGridContracts target = new SmartGridContracts(); // TODO: Initialize to an appropriate value
     UserContactDetailsDto dto = null; // TODO: Initialize to an appropriate value
     target.InsertUsersContactDetails(dto);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }