public async Task TerminateAsyncShouldThrowIfLinkNotAvailable()
        {
            // Given
            TestHelper.RaiseEventsFromFile(m_eventChannel, "Event_ConversationConferenceUpdated.json");

            // When
            await m_conversationConference.TerminateAsync(m_loggingContext).ConfigureAwait(false);

            // Then
            // Exception is thrown
        }