namespace OF_DL.Entities.Streams; public class StreamsCollection { public List StreamMedia = new(); public List StreamObjects = new(); public Dictionary Streams = new(); }