public bool IsAllowedCancellationTimeEnded() { return(CreationTime.Subtract(Clock.Now).TotalHours <= 2.0); //2 hours can be defined as Event property and determined per event }