public IBuilder <ServerConfiguration> Read(ServerConfiguration bean)
 {
     builder.Read(bean.Config());
     return(this);
 }