export class ActiveUserViewModel { userName: string | undefined; online: boolean | undefined; lastActive: Date | undefined; }