public void SetImage(byte[] imageBytes, string mimeType) { _imageHolder.Update(imageBytes, mimeType); }