void When(CalendarEntryRelocated e)
 {
     this.location = e.Location;
 }
 void When(CalendarEntryRelocated e)
 {
     this.location = e.Location;
 }
 private void When(CalendarEntryRelocated e)
 {
     _location = e.Location;
 }