public int GetUnreadMessagesCount(Guid userId) { int count = _userMessageRepository.GetUnreadMessagesCount(userId); return(count); }