public async Task <IActionResult> GetDisplayApikeys() { return(Ok(await apiKeyService.GetApiKeysForDisplayAsync())); }