public void TestSerialEquals() { var con1 = _factory.GetDataConnection(C1); var con2 = _factory.GetDataConnection(C1); Assert.AreSame(con1, con2); }