enum class TestInputOutputCombinationsEnum_t : uint32
{
    ZERO = 0,
    ONE = 1,
    TWO = 2,
};