*/ public function handle(Api $api, int $namiId): Collection { return $api->coursesOf($namiId); } }