*/ class DeleteMediaFileCommand implements CommandInterface { public function __construct( public string $filename, public ?int $downloadId = null, ) {} }