pub async fn create_with_name( remote_repo: &RemoteRepository, branch_name: impl AsRef<str>, workspace_id: impl AsRef<str>, workspace_name: impl AsRef<str>, ) -> Result<WorkspaceResponseWithStatus, OxenError>