protected override void Because() { Decorator.Commit(attempt); }
protected override async Task Because() { await Decorator.Commit(_attempt); }