public InteractionRequestAddedEventArgs(InteractionRequest addedInteraction)
 {
     AddedInteraction = addedInteraction;
 }