user = $user; $this->interaction = $interaction; } public function handle(LastfmService $lastfmService): void { $lastfmService->toggleLoveTrack( $this->interaction->song->title, $this->interaction->song->artist->name, $this->user->lastfm_session_key, $this->interaction->liked ); } }