public ImageRepository(ImageContext ctx, ILogger <ImageRepository> logger) { _ctx = ctx; _logger = logger; }