public void TestValidateIsValidPin()
 {
     Assert.AreEqual(false, _ValidateBowlingGame.IsPinAllowed(11).isAllowed);
 }