Future<void> setDryRun(final bool value) async { return _api.setDryRun( GABool()..value = value, ); }