public void CanConvertBitsToBase10()
 {
     Assert.AreEqual(_twenty, _sut.ToInt(_twentyInBits));
 }