private static int Compare(SemanticVersion version1, SemanticVersion version2)
 {
     return(version1.CompareTo(version2));
 }