public int GetTotalSessionCount() { return(_userSessionRepository.GetTotalSessionCount()); }
public async Task <int> GetTotalSessionCount() { return(await _userSessionRepository.GetTotalSessionCount()); }