public void Part2()
 {
     LuggageColourCounter.CountChildBags(_input)
     .Should().Be(32);
 }
 public void Part1()
 {
     LuggageColourCounter.CountParentBags(_input)
     .Should().Be(4);
 }