pub async fn run_project_executable_async( path: &PathBuf, arguments: &[&str], params: Option<&ProjectParamsListWrapper>, ) -> Result<Child>