public async Task DeleteClientAsync(string publicKey)
 {
     await _client.DeleteAsync($"{ApiControllers.CommonClientPath}/{publicKey}");
 }