namespace OF_DL.Entities.Chats { public class ChatCollection { public Dictionary Chats { get; set; } = []; } }