- `ChatMessageItem.razor` currently takes care of both UI elements and UI logic. - `ChatMessageItem.razor` should only look after the UI elements. - The UI logic should be separated to `ChatMessageItem.razor.cs`.