public CompatChecker(EnvironmentProfile profile)
 {
     env = profile;
 }
 public CompatChecker()
 {
     env = EnvironmentProfile.Current;
 }