namespace Gos.Core.Entities { public class DiscourseEventTranslation : Translation { public string Title { get; set; } } }