public RSPGameController(IRSPGame rspGame) { _rspGame = rspGame; }
public void Initialize() { rspGame = new RSPGame(new InMemoryRepository()); }