public User GetSessionsForUser(string userId) { return(_sessionsRepository.GetSessionsForUser(userId)); }