private string MakeToolTip(IntegrationServiceType input)
 {
     return
         ($"IntegrationServiceTypeId = {input.IntegrationServiceTypeId} for ({input.Descr}) located at [{input.GetType().ToString().Split('.').Last()}] table");
 }