*/ final readonly class RemoveCommentFromArticle { public function __construct( public UserId $userId, public CommentId $commentId ) { } }