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