public UserMessage FindUserMessageWithMarker(Guid userId)
 {
     return(_userMessageRepository.FindUserMessageWithMarker(userId));
 }