namespace TwitchChatTTS.Seven.Socket.Data
{
public class ErrorMessage
public Exception Exception { get; set; }
public string Message { get; set; }
}