void IServiceBase <T> .Execute(T value) { try { if (Volatile.Read(ref isStopped) == 0) { Execute(value); } } catch (Exception ex) { _this.Error(ex); } }