*/ class DeleteDownloadCommand implements CommandInterface { public function __construct( public int $downloadId, ) {} }