public async Task DeleteAsync(string id)
 {
     await _storage.DeleteThrowNotFound(ContainerName, id);
 }