namespace TwitchChatTTS.OBS.Socket.Data { public class OBSSceneItem { public string SourceUuid { get; set; } public string SourceName { get; set; } public string SourceType { get; set; } public int SceneItemId { get; set; } } }