public void the_file_is_deleted() { _table.WaitForDisposal(1000); Assert.IsFalse(File.Exists(Filename)); }