public void IsObjectsEqualTest_AllDigitalClock()
        {
            var d1DigitalClock = new DigitalClock(true, new[] { 1, 2 },
                                                  new Calendar(3, new Time("2016", 1.5F, 3, 1.2, new List <string> {
                "", ""
            }, 4, 34)), "2015", 1.2F, 11,
                                                  1.12,
                                                  new List <string> {
                "df", "asd"
            }, 1, 9);
            var resultNoDiffClock = _dDigitalClock.GetDistinctions(d1DigitalClock);

            resultNoDiffClock.Should().BeEmpty();
        }