static Future<bool> isRunning() async { try { return await _service.isRunning(); } catch (e) { return false; } }