public void AddDoNotLaunchStrategy(IShouldNotLaunchDiffTool shouldNotlaunchStrategy)
 {
     _knownShouldNotLaunchDiffToolReasons.Add(shouldNotlaunchStrategy);
 }
 public void AddDoNotLaunchStrategy(IShouldNotLaunchDiffTool shouldNotlaunchStrategy)
 {
     _knownShouldNotLaunchDiffToolReasons.Add(shouldNotlaunchStrategy);
 }