public void TestGetPropertyInfo()
        {
            PropertyInfo propertyInfo = PropertyUtils <TestClass> .GetPropertyInfo(obj => obj.TestProperty);

            Assert.NotNull(propertyInfo);
        }