pub async fn create_pull(
    args: CreatePullRequestArgs,
    client: &BergClient
) -> Result<()>