public CLRSerializableCPPGame(int rowCount, int columnCount)
 {
     _gameComponent = new ReversiGameComponentCPP.ReversiGameWrapper(rowCount, columnCount);
 }
 public CLRSerializableCPPGame()
 {
     _gameComponent = new ReversiGameComponentCPP.ReversiGameWrapper();
 }