public void TestResetResourceForPrimitiveProperties()
        {
            var simpleEntity = (AnotherEntity)update.CreateResource("AnotherEntities", typeof(AnotherEntity).FullName);

            update.ResetResource(simpleEntity);
            Assert.IsNull(simpleEntity.Output);
        }