public void ShowProgressTest()
        {
            IStatusBarService target = CreateIStatusBarService();             // TODO: Initialize to an appropriate value

            target.ShowProgress();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }