public void GivenTable_WhenDeletedContact_ShouldReturnTrue()
        {
            bool result = addressBook.DeleteContact("Maj Sin");

            Assert.IsTrue(result);
        }