public void Equals()
        {
            var sut = new D1();
            var other = new D1();

            sut.Should().Be(other);
        }