public ServerConfigurationBuilder Port(int port)
 {
     builder.Port(port);
     return(this);
 }