@override Future<bool> getHealth() async { final value = await Command(_connection).send_object(['PING']); return value == 'PONG'; }