public void CallValidProductsTooEarlyGivesError() { Assert.Throws <InvalidOperationException>(() => validator.GetValidatedProducts()); }