const rootAvator = new Image({
            author: rootUser._id,
            data: jdenticon.toPng(rootUser.userId, 200),
            contentType: 'image/png',
            fileName: `avator_${rootUser.userId}.png`,