using System.Collections.Generic; using spanreed.Shared; namespace spanreed.Server.Data{ public class PrevChat { public Dictionary> Chats {get; set;} = new Dictionary>(); } }