public void ReferenceEquality( DomainObject <int> domainObject ) { Assert.That(domainObject.Equals(domainObject), Is.True); }