public void PushOnce_IsLoading()
        {
            _indicatorService.Push();

            Assert.IsTrue(_indicatorService.IsLoading);
        }