namespace ChatApi { public class DBLoadRequest { public string Content { get; set; } = string.Empty; } }