private void OnNull(InputPort inputPort)
 {
     //TODO: Fix null connections
     //TODO: Or make sure this never happens
     Debug.LogError("Null connections. Removing! Should not happen. Pls fix");
     inputPort.RemoveNullConnections();
 }