public CompositionRootBuilder WithPlayer2AsCurrentPlayer()
 {
     gameBuilder.WithPlayer2AsCurrentPlayer();
     return(this);
 }