private void DiscoveryAddUrlButtonClick()
 {
     InputData.AddDiscoveryUrl(DiscoveryUrl);
     DiscoveryUrl = string.Empty;
 }