public void Test_RotateFrontFaceClockwise_DoesNotThrowAnException()
        {
            // Act
            RubixCube target = new RubixCube();

            target.RotateFrontFaceClockwise();
        }