public ImageProcessorRender(ImageProcessor imageProcessor) { _imageProcessor = imageProcessor ?? throw new NotImplementedException(); }