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