Unsubscribe method

void Unsubscribe()
Unsubscribes from the streaming subscription.

Implementation

void Unsubscribe() {
  this.Service.Unsubscribe(this.Id);
}