public void OnCompleted(Action continuation) { cont = continuation; subscription.Disposable = future.SubscribeSafe(this); }