Future<void> setLocalDispatchPeriod(final int value) async { return _api.setLocalDispatchPeriod( GAInt()..value = value, ); }