private bool ContactInfoExists(string contactName, string userId)
 {
     return(MessagingService.ContactInfoExists(contactName, userId));
 }