public void It_should_render_the_calendar()
 {
     _calendar.AssertWasCalled(x => x.Render(null), o => o.IgnoreArguments());
 }