void When(CalendarEntryDescriptionChanged e)
 {
     this.description = e.Description;
 }
 void When(CalendarEntryDescriptionChanged e)
 {
     this.description = e.Description;
 }
 private void When(CalendarEntryDescriptionChanged e)
 {
     _description = e.Description;
 }