public CreatePhotoHandler(PhotosUploaderContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }