const department = await LivechatDepartment.findOneById<Pick<ILivechatDepartment, '_id' | 'abandonedRoomsCloseCustomMessage'>>(
            departmentId,
            { projection: { _id: 1, abandonedRoomsCloseCustomMessage: 1 } },
        );