void AddFileToFirstProjectInSolution(string fileName)
 {
     solutionHelper.AddFileToFirstProjectInSolution(fileName);
 }