public override bool Verify()
        {
            bool flag = WmiWrapper.IsServiceRunning(this.computerName, "MSExchangeIS");

            TaskLogger.Trace("InformationStoreServiceRunningCondition.Verify() returns {0}: <Server '{1}'>", new object[]
            {
                flag,
                this.computerName
            });
            return(flag);
        }