I'm trying to use FluentAssertions together with SpecFlow.
And I want to be able to have statements which say:
the <propertyName> should have <value>
As such I want to compare 2 objects to make sure they have matching properties where the propertyName is specified using a string.
Is this possible?