public interface IDuelChatView { void Dialogue(string chat); void Emoji(string chat); }