public async Task <MilestoneResponse> DeleteMilestoneAsync(string code, int id) { return(await _api.DeleteMilestone(_api_token, code, id)); }