Document workaround/solution to getting the script path (#121) ``` public static string GetScriptPath([CallerFilePath] string path = null) => path; ``` alternatively just ``` static string GetScriptPath([CallerFilePath] string path = null) => path ```