public async Task ShouldCallAddItemWithoutExceptionAsync()
 {
     await _storage.AddAsync(2, "2");
 }