public Task RevokeApiKey(ApiKeyResourceBase apiKey)
 {
     return(Client.Delete(apiKey.Link("Self")));
 }
 public void RevokeApiKey(ApiKeyResourceBase apiKey)
 {
     Client.Delete(apiKey.Link("Self"));
 }