Check if background service is running
@override bool get isBackgroundServiceRunning { return _backgroundService?.isRunning ?? false; }