public GlobalVolumeUpdater(IGlobalVolumeRepository globalVolumeRepository)
 {
     _globalVolumeRepository = globalVolumeRepository;
 }
 public GlobalVolumeProvider(IGlobalVolumeRepository globalVolumeRepository)
 {
     _globalVolumeRepository = globalVolumeRepository;
 }