public NetworkConfiguration( )
 {
     Servers = new Collection <ServerRef>( );
     RefId   = RefIdManager.GetNext( );
 }
 public ServerConfiguration( )
 {
     Ports = new Collection <int>( );
     RefId = RefIdManager.GetNext( );
 }