using System; namespace Host.Models; public record AddStoryReplyRequest(string Content);