internal RunSettingsServiceUnderTest(IGlobalRunSettings2 globalRunSettings, string solutionRunSettingsFile)
     : base(globalRunSettings)
 {
     _solutionRunSettingsFile = solutionRunSettingsFile;
 }
 public RunSettingsService([Import(typeof(IGlobalRunSettings2))] IGlobalRunSettings2 globalRunSettings)
 {
     _globalRunSettings = globalRunSettings;
 }