Is.Ordered.By only works with Properties but it would be nice if it also works with fields. `Assert.That(array, Is.Ordered.By("PropertyName"));` FeatureRequest: `Assert.That(array, Is.Ordered.By("FieldName"));` Perhaps it would be nice to can use internal Properties / Fields also.