private static Meetup ExecuteCommand(this Meetup @this, Action command) { @this.UpdateNumberOfSeats(SeatsNumber.From(numberOfSeats)); @this.UpdateLocation(Address.From(address)); @this.UpdateTime(timeRange); command(); return(@this); }