/// <summary>
 /// Generates the path/filename of the Settings file that corresponds to the datasource path
 /// </summary>
 private static string PathForSettingsFile(string datasourcePath)
 {
     return(WorkbookPublishSettings.PathForSettingsFile(datasourcePath));
 }