public IObservable <ITransition> Start(IFetchObservables fetch)
 => UnsafeState.Start(fetch)
 .Catch((Exception exception) => processError(exception));