public IHttpActionResult IsWaitingConfirmation(string linkKey)
 {
     return(Ok(_inviteService.IsWaitingConfirmation(linkKey)));
 }