public void TestGetRandomChar() { char sample = RandomBase_.GetRandomChar(); Assert.True(char.IsLetter(sample)); }