private static void testInstallSource(LocalConnection conn, Source src, string name = null)
 {
     testInstallSource(conn, name == null ? src.Name : name, conn.InstallSource(src));
 }
 private static void testInstallSource(LocalConnection conn, String name, String path, String srcStr)
 {
     testInstallSource(conn, name, conn.InstallSource(name, path, srcStr));
 }