setAsReadById(_id: string): Promise<UpdateResult> {
        return this.updateOne(
            {
                _id,
            },