protected override void When() { try { _result = _sut.Entrega(); } catch (Exception exception) { _exception = exception; } }