public async Task DeleteAsync(string id)
 {
     await DbContainer.DeleteItemAsync <User>(id, new PartitionKey(id));
 }