protected override void HandleSubscribeResponseError(RpcResponseException exception)
 {
     SubscribeResponse?.Invoke(this, new StreamingEventArgs <string>(exception));
 }
 protected override void HandleSubscribeResponse(string subscriptionId)
 {
     SubscribeResponse?.Invoke(this, new StreamingEventArgs <string>(subscriptionId));
 }