public void IsNumPalindromeTest()
		{
			var psC = new PalindromScoreClass();
			Assert.IsTrue(true == psC.IsStringPalindrome("121"));
		}