public void should_have_called_warn_format_on_the_internal_logger()
 {
     log4net_logger.was_told_to(x => x.WarnFormat("dude"));
 }