private string GetProjectFile()
 {
     return(_projectFileHelper.FindCurrentProjectFileBySourceFile(GetSourceFilePath()));
 }