public void PlayerIsPlayingAGameOfCricket(int runs)
 {
     //ScenarioContext.Current.Pending();
     _game.Curr_Score(runs);
 }