public async Task PutAsync(string service, string id, [FromBody] BadgeCreate badge) { await _BadgeService.CreateAsync(service, id, badge.Status, badge.Label); }