public ServerConfigurationBuilder Host(String host)
 {
     builder.Host(host);
     return(this);
 }