public FamilyInvitation GetInvitationByToken(Guid token)
 {
     return(_invitationService.GetInvitationByToken(token));
 }