public void TestMethod1()
 {
     Test tc = new Test() { A = 345, B = "Petersburg", ID = 12345 };
     int hc = tc.GetHashCode();
     Assert.AreNotEqual(0, hc);
 }