public static void AssertColumnEquals(this object entity, string propertyName) { DbAssert.ColumnEquals(entity, propertyName); }