public void If_Event_Errors_Should_Log_Error()
        {
            //Arrange
            var fixture = new ApprenticeshipCompletedEventTestsFixture().SetGetApprenticeshipService().SetException();

            //Act
            fixture.RunEventWithException();

            //Assert
            fixture.VerifyExceptionLogged();
        }