Future<bool> isDryRunEnabled() async { final result = await _api.isDryRunEnabled(); return result.value!; }