public void BetweenTest_Null()
 {
     Assert.AreEqual(0, StringUtility.Between(null, "a", "b").Count());
 }