public void GivenProperFirstName_ShouldReturnTrue() { Boolean result = userValidation.FirstName("Datta"); Assert.True(result); }