public ImageService(IImageServiceDependencies dependencies, HttpContext httpContext)
 {
     this.Dependencies = dependencies;
     this.HttpContext  = httpContext;
 }
 public ImageService(IImageServiceDependencies dependencies, HttpContext httpContext)
 {
     this.Dependencies = dependencies;
     this.HttpContext = httpContext;
 }