public async Task ShouldCallGetAllValuesWithoutExceptionAsync()
 {
     await _storage.GetAllValuesAsync();
 }