public void SetFileContents(
     ProjectUtils.Project project,
     string fileName,
     string contents
     ) => _inProc.SetFileContents(project.Name, fileName, contents);
 public void SetFileContents(string projectName, string fileName, string contents)
     => _inProc.SetFileContents(projectName, fileName, contents);