public AlgorithmFlowConnector(AlgorithmFlowElement owner, string name, bool isInput, StorageLayer layer) : base(owner, name, isInput) { this.m_LayerOwner = owner; }