public SectionService(IFileSystemProviderRepository fileSystemProviderRepository, ISettingsService settingsService,
                       IStatisticService statisticService, IImageService imageService, IHistoryService historyService,
                       IImageCropperInfoService imageCropperInfoService)
 {
     _fileSystemProviderRepository = fileSystemProviderRepository;
     _settingsService         = settingsService;
     _statisticService        = statisticService;
     _imageService            = imageService;
     _historyService          = historyService;
     _imageCropperInfoService = imageCropperInfoService;
 }