public void OnProxyCallBackEvent(ProxyCallBackEventArgs e)
 {
     ProxyCallBackEvent?.Invoke(this, e);
 }