namespace Nitride.Temporal { /// /// A marker component for identifying a post that can expire. /// public class CanExpire { public static CanExpire Instance { get; } = new(); } }