pub async fn run_provider_command( command: Command, working_dir: &Path, provider_name: &str, ) -> Result<CommandExecution>
Execute a provider command with a centrally enforced working directory.