internal void InvokeErrorThrown(Exception exception) { ClientErrorThrown?.Invoke(this, exception); }
protected internal override void RaiseErrorThrown(Exception ex) { ClientErrorThrown?.Invoke(this, ex); }