updateById(_id: string, update: Partial<ILivechatDepartment>): Promise<Document | UpdateResult> {
        return this.updateOne({ _id }, update);
    }