public UseCase() { instructionService = new InstructionService(); movementService = new MovementService(); }
public InstructionTest() { instructionService = new InstructionService(); }