export class UserContextDto { userId: number; siteId: number; username: string; roles: string[]; }