public AllocationUpdatedHandler(AllocationsNotifier allocationsNotifier)
 {
     _allocationsNotifier = allocationsNotifier;
 }
 public AllocationRemovedHandler(AllocationsNotifier allocationsNotifier)
 {
     _allocationsNotifier = allocationsNotifier;
 }