public void If_Api_Call_Unsuccesful_Should_Log_Error()
        {
            //Arrange
            var fixture = new ApprenticeshipCompletedEventTestsFixture().SetGetApprenticeshipService().SetCommitmentsApiModelException();

            //Act
            fixture.RunEventWithCommitmentsApiModelException();

            //Assert
            fixture.VerifyCommitmentsApiModelExceptionExceptionLogged();
        }