Add methods to check weekend and working hours based on May 2024 calendar
- Implement isWeekend method to determine if a date is a weekend or holiday.
- Implement isWorkingHours method to check if a datetime is within working hours considering Moscow timezone.
- Add unit tests for both methods.
- Add integration tests to verify the combined functionality of the methods.