public void ApplyConversationAesthetic(ConversationAesthetic aesthetic)
 {
     bubbleElements.ApplyConversationAesthetic(aesthetic, isResponse, false);
 }
 public void InitializeConversationResponseDisplayBubble(ConversationAesthetic aesthetic)
 {
     bubbleElements.SetDisplayToEllipses();
     bubbleElements.ApplyConversationAesthetic(aesthetic);
 }