public ImageService(IDocumentSession dbSession, IImageSession imageSession) { _dbSession = dbSession; _imageSession = imageSession; }