public IActionResult DeleteApiKey(Guid id)
 {
     ApiKeyService.DeleteApiKey(id);
     return(NoContent());
 }