Ensure you have the following software installed:
-
- Implement GetSession() method of SessionService so it returns the first(earliest) desktop Session
- Implement GetSessions() method of SessionService so it returns only Sessions from Active users that were ended before 2025
- Implement GetUser() method of UserService so it returns a User with the biggest amount of sessions
- Implement GetUsers() method of UserService so it returns Users that has at least 1 Mobile session
IMPORTANT: Do NOT change any files except of SessionService.cs and UserService.cs