public void givenLastName_WhenProper_ShouldReturnTrue()
        {
            bool result = validations.lastName_Validation("BhagyaLaxmi");

            Assert.IsTrue(result);
        }