public SolutionConfigDataFactory(ISolutionProjectBlockHandler solutionProjectBlockHandler, IFileProxy fileProxy)
 {
     _solutionProjectBlockHandler = solutionProjectBlockHandler;
     _fileProxy = fileProxy;
 }
 public SolutionProjectReferencesFactory(ISolutionProjectBlockHandler solutionProjectBlockHandler, ISolutionFileService solutionFileService)
 {
     _solutionProjectBlockHandler = solutionProjectBlockHandler;
     _solutionFileService         = solutionFileService;
 }