public void TestPlayerIsPartOfTwoHeadedMonster()
 {
     var sut = new NFLPlayer("IVORCH01");
      Assert.IsFalse(sut.IsTandemBack());
 }