public void Loads_Data_Fails() { SetupTest(); bool result = stringStore.Load(); Assert.False(result); }