public void ThenMyStuffValuesAreNotAsFollowing(Table table)
 {
     Assert.That (Instance.Of<Stuff> ().Object, Is.Not.Null);
     Assert.That (Instance.Of<Stuff> ().Object, Is.Not.EqualTo (table.AsTestDoubleWithProperties<Stuff> ()).Using (Properties.StrictComparison));
 }