export class GetUserByIdQuery { constructor(id) { this.id = id; } }