Future<int?> getAlarm({bool? allowConcurrency}) async { return _delegate.getAlarm( interop.DurableObjectGetAlarmOptions() ..allowConcurrency = allowConcurrency, ); }