Checks if the subscription is unsubscribed.
Call this method to stop receiving notifications on the Observer that was registered when this Subscription was received.
Subscriptions are returned from all
Observable.subscribemethods to allow unsubscribing.This interface is the equivalent of
IDisposablein the .NET Rx implementation.