public void should_not_execute_in_partial_invoke()
        {
            _behavior.InvokePartial();

            _context.AssertWasNotCalled(x => x.IsAuthenticated());
        }