public static IObservable <Unit> ToObservable(this CancellationToken ct) { return(ct.ToObservable(Scheduler.Default)); }