namespace Unity.VisualScripting { public interface IUnitPortCollection : IKeyedCollection where TPort : IUnitPort { TPort Single(); } }