public void SyncAgentSchedulerShouldStop()
        {
            Action action = () => _scheduler.Stop();

            CustomAssert.EnsureNoException(action);
        }