public void TakeTurn(IBaseballBat bat) { bat.Swing(); }
public void TakeTurn(IBaseballBat typeOfBat) { typeOfBat.Swing(); }