public void ResetValueDoesNothing()
 {
     firstAttributePropertyDescriptor.SetValue(null, "new value");
     firstAttributePropertyDescriptor.ResetValue(null);
     Assert.AreEqual("new value", firstAttribute.Value);
 }