public void testAsBase36() { StringTheory theory = new StringTheory("ZZZZ"); Assert.True(theory.AsBase36() == 0, "strings don't match"); }