namespace Unity.VisualScripting { public interface IConnection { TSource source { get; } TDestination destination { get; } } }