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