public async Task <bool> PrivateKeyExists(int id)
 {
     return(await _storageContainer.FileExistsAsync($"{id}/key.priv"));
 }