private void destroyConversationContext() {
if (webBeansContext.getService(ConversationService.class) == null) {
return;
}
ConversationContext context = getConversationContext();
if (context != null) {
context.destroy();
}
if (null != conversationContext) {
conversationContext.set(null);
conversationContext.remove();