bool isSameWeek(DateTime other) { return other.isOnOrAfter(startOfWeek) && other.isOnOrBefore(endOfWeek); }