public CartWithNikeShoesScenarioFor() { Cart = new CartBuilder() .WithCustomer(CustomerBuilder.For <T>()) .WithItem(ItemBuilder.For <NikeShoes>()) .Build(); }