public CompositionRootBuilder WithGrid(bool?[,] grid)
 {
     gameBuilder.WithGrid(grid);
     return(this);
 }