public void TestInitialize() { scorer = new BowlingScorer(); }
static void Main(string[] args) { BowlingScorer bs = new BowlingScorer(); }