factory ExecutionProperty.fromJson(Map<String, dynamic> json) { return ExecutionProperty( maxConcurrentRuns: json['MaxConcurrentRuns'] as int?, ); }