factory DeleteRepositoryOutput.fromJson(Map<String, dynamic> json) { return DeleteRepositoryOutput( repositoryId: json['repositoryId'] as String?, ); }