namespace Boyfriend.Data; public struct Reminder { public long RemindAt; public string ReminderText; }