Congress did pass a law decades ago allowing federal prosecutors to face civil suits for cases like this but the Supreme Court subsequently just said nah, prosecutors are exempt from the law while performing their job.
class F150(@delegate private val underlying: Car) { ... }
class F150(private val underlying: Car) : Car by Underlying { ... }
// etc