public void StartGame(String game, GameConfig config = null, IUserRepository userRepo = null) { _game = GameFactory.Create(game, _users, config, "", userRepo); }
public void StartGame(String game, GameConfig config = null) { _game = GameFactory.Create(game, _users, config); }