export class UserModificationRequest { constructor(public id: number) {} }