public SnapshotDependency()
 {
     Properties = new Properties();
     Type = "snapshot_dependency";
 }
 public ArtifactDependency()
 {
     Properties = new Properties();
     Type = "artifact_dependency";
 }