public void Given_a_filled_Trie_When_an_existing_item_is_removed_Then_true() { //when var result = _underTest.Remove("Gamma"); Assert.True(result); }