public CompositionRootBuilder WithPlayer2(string playerCode)
 {
     gameBuilder.WithPlayer2(playerCode);
     return(this);
 }