public Result SystemStatusProbeInterface(string counterId = "")
        {
            var be     = new BankEnterpriseDirectInterface(this.IsSpecialLine);
            var result = be.SystemStatusProbeInterface();

            return(CommUtils.ToResult(result));
        }