bool? get running => _$this._running;
set running(covariant bool? running) => _$this._running = running;