public NuGetServiceInfo(NuGetServiceType type, int preference) : this(null, type, preference)
 {
 }
 public NuGetServiceInfo(string serviceUrl, NuGetServiceType type, int preference)
 {
     this.Url        = serviceUrl;
     this.Type       = type;
     this.Preference = preference;
 }