public void IsDependent()
        {
            var dependent = new Dependent("Tom");

            Assert.IsTrue(dependent.IsDependent());
        }