public void GivenIHaveStuffDefinedAsFollowing(Table table)
 {
     Instance.Of<Stuff>().IsTestDouble().Setup(table.AsPropertiesBehaviour<Stuff> ());
 }