pub async fn create_milestone(
    args: CreateMilestoneArgs,
    client: &BergClient
) -> Result<()>