public void for_header_and_the_header_does_not_exist() { Action <string> action = s => { Assert.Fail("I should not have been called."); }; theRecordedOutput.ForHeader("Vary", action); }