public void SetActiveRequestResponseLink(ActiveRequestResponseLink requestResponseLink)
 {
     this.activeRequestResponseClientLink              = requestResponseLink;
     this.activeRequestResponseClientLink.Link.Closed += this.OnRequestResponseLinkClosed;
     if (this.activeRequestResponseClientLink.Link.State == AmqpObjectState.Opened)
     {
         this.SetRenewCBSTokenTimer(requestResponseLink);
     }
 }
 public void SetActiveRequestResponseLink(ActiveRequestResponseLink requestResponseLink)
 {
     this.activeRequestResponseClientLink              = requestResponseLink;
     this.activeRequestResponseClientLink.Link.Closed += this.OnRequestResponseLinkClosed;
 }