public void Cancel(Scrap scrap, CancelledState cancelledState)
 {
     scrap.Cancel(cancelledState, inventoryOperationNotifier);
 }