public void Should_Call_ScreenFactory_With_Subject() { screenFactory.Verify(x => x.Build <PurchaseOrder>(purchaseOrder)); }