public void do_NOT_create_a_property_log()
 {
     Output.ShouldNotBeNull();
     MockFor <IPropertyUpdateLogger <Case> >().AssertWasNotCalled(x => x.Log(theCase, null), x => x.IgnoreArguments());
 }