stop(saga: Provider) {
    if( this._parent ) {
      return this._parent.stop(saga);
    }