public void HandleProcess(ProcessStoppedEventArgs eventArgs) { if (BoxInRepository(eventArgs)) { boxRepository.Remove(eventArgs.ProcessId); } }