public async Task <IActionResult> Delete(int id) { return(Ok(await apiKeyService.DeleteApiKeyByIdAsync(id))); }