namespace Flawless.Communication.Request; public struct AddCommentRequest { public string Content; public int? ReplyTo; }