const int INPUT_INDEX = 0;
const int OUTPUT_INDEX = 1;
Assert.That(output0.
Get(), Is.False,
"The getter function should return a value equal to false");
Assert.That(output0.
Get(), Is.True,
"The getter function should return a value equal to true");
Assert.That(input0.
Get(), Is.False,
"The getter function should return a value equal to false");
Assert.That(input0.
Get(), Is.True,
"The getter function should return a value equal to true");