public Options() { var versionInfo = VersionCheck.LatestVersion(); this.CurrentVersion = versionInfo.Item1; this.NewVersion = versionInfo.Item2; }