namespace Neighbourhood.omg.lol.Models { public class EphemeralData { public string Content { get; set; } = string.Empty; } }