public void Get_Instruction_Result(string instruction, int resultExpected)
        {
            var instructionParts = advent.GetInstructionParts(instruction);

            advent.ProcessInstructionResult(instructionParts);
        }