public static void AssertHasIgnoreAttribute(this PropertyWrapper propWrapper)
 {
     propWrapper.AssertHasAttribute <AutoMapIgnoreAttribute>();
 }